@charset "utf-8";

.medfcywrap {
	background-color: #000000;
	position: absolute;
	width: 87px;
	background-repeat: no-repeat;
	opacity: 0.8;
	top: 73px;
	/* [disabled]margin-top: 77px; */
	/* [disabled]z-index: 15; */
	/* [disabled]height: 92%; */
	bottom: 52px;
	border-right-color: #666666;
	border-right-style: solid;
}
.medfcywrap h1 {
	color: #00FF00;
	font-size: 155%;
}


#videolist {

}
#videolist li {
}
.fancy_video img {
	width: 129%;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	margin-top: 42px;
	margin-left: -7px;
	/* [disabled]height: 8%; */
}
.fancy_video:hover img {
	-webkit-opacity: 0.6;
	-moz-opacity: 0.6;
	-o-opacity: 0.6;
	-ms-opacity: 0.6;
	opacity: 0.6;

}
.fancy_video {
	z-index: 1;

}
.fancy_video:hover .playbutton {

}

/* this demo specific styles */
.fancybox-nav {
	width: 60px;
}
.fancybox-nav span { visibility: visible; opacity: 0.5;}
.fancybox-nav:hover span {opacity: 1;}
.fancybox-next { right: -60px;}
.fancybox-prev { left: -60px;}
.fancybox-title-over-wrap {  top: 0;  left: 0;  bottom: auto;  position: absolute;  width: 100%;  z-index: 8035;}
.playbutton {
	background: transparent url("/scripts/mediaelement/bigplay.png") no-repeat;
	display: block;
	height: 100px;
	/* [disabled]left: 31px; */
	opacity: 0.4;
	overflow: hidden;
	position: absolute;
	/* [disabled]top: 31px; */
	width: 100px;
	z-index: 10;
	cursor: pointer;
}

@media only screen and (min-height:600px){
.medfcywrap {
	position: fixed;
	bottom: 0px;
}


}
